home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / xcu16.zip / README < prev   
Text File  |  1991-10-03  |  2KB  |  53 lines

  1. This is Version 1.6 of the Xcu Widget Set.
  2. The Xcu Widget Set is compatible with the R5 intrinsics.
  3. It requires the use of the MIT Xmu library.
  4.  
  5. To Make:
  6.    0) follow the instructions in "config_file" (in this directory)
  7.    1) use "imake" to make a top level Makefile from the Imakefile.
  8.    2) make World
  9.  
  10. If you are using Gcc, you will want the "-fwritable-strings" compile option.
  11. (Gcc also produces zillions of warnings.  Sorry.  I'll have most of them
  12. eliminated by the next release.  Don't specify "-Wall")
  13.  
  14. There are some interesting programs in the "clients" directory you
  15. might like to try:
  16.  
  17.     xhearts : the card game "hearts"
  18.     xcell   : colorful cellular automata
  19.     xlayout : layout previewer with many Xcu widget samples
  20.  
  21. Until Xcu is installed, you will probably find it helpful to
  22. add wlmCompiler and clients/xlayout to your PATH environment variable.
  23. This gives you easy access to the programs "wlc" and "xlayout".
  24.  
  25. There are some tutorial demo programs in the "examples" directory
  26. that show you the power of the Tbl and Wlm widgets.  These are not
  27. made by default.  You can either cd to the examples directory and
  28. do a "make" there or in the individual subdirectories.  Or, you
  29. can switch the comment between the two MAKE_SUBDIRS lines in the
  30. Imakefile before doing the imake.
  31.  
  32. In the Readme.dir directory there are a bunch more README's.
  33.  
  34.     widgets    : summary of the Xcu widgets
  35.     examples   : summary of the tutorial demos
  36.     clients    : summary of the Xcu clients available in this release
  37.     tbl        : a more detailed description of the tbl widget
  38.     roadmap    : what the subdirectories are
  39.     bugs       : how to get prompt attention if you find bugs
  40.  
  41. Potscript versions of the documentation are available via anonymous FTP
  42. from 128.84.247.85 : pub/xcu.v1.6.ps.tar.Z.
  43.  
  44. Thanks go to Kim Gillies for beta-testing the R5 version before it went out.
  45. Anybody using Gcc owes him a lot of thanks.
  46.  
  47. Finally, thanks to John Forrest, there is a version of XcuWlm which
  48. allows popups and lots of other good stuff.  I hope to release it as
  49. Xcu version 2.0 someday.
  50.  
  51.  -- gene  (gwd@graphics.cornell.edu)
  52.  
  53.